projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d4421
)
(Fspecial_display_p): Return the right value
author
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Jan 1998 19:16:02 +0000
(19:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 16 Jan 1998 19:16:02 +0000
(19:16 +0000)
when special-display-regexps specifies frame parameters.
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 160c5dc00c5437e03bdca06f8ccef2ce13882a5b..af3191b224aafa36456c1ba7e222459af304c866 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-2060,7
+2060,7
@@
See `special-display-buffer-names', and `special-display-regexps'.")
else if (CONSP (car)
&& STRINGP (XCAR (car))
&& fast_string_match (XCAR (car), buffer_name) >= 0)
- return XCDR (
tem
);
+ return XCDR (
car
);
}
return Qnil;
}